name: pre-commit run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env PATH: /w/workspace/docs-tox-verify-vanadium/.tox/pre-commit/bin:/opt/pyenv/bin:/tmp/venv-tS3p/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 2816582384 env PYTHONIOENCODING: utf-8 env SSH_AUTH_SOCK: ******************************** env TOX_ENV_DIR: /w/workspace/docs-tox-verify-vanadium/.tox/pre-commit env TOX_ENV_NAME: pre-commit env TOX_WORK_DIR: /w/workspace/docs-tox-verify-vanadium/.tox env VIRTUAL_ENV: /w/workspace/docs-tox-verify-vanadium/.tox/pre-commit metadata pid: 2285 cwd: /w/workspace/docs-tox-verify-vanadium allow: /w/workspace/docs-tox-verify-vanadium/.tox/pre-commit/bin/* cmd: pre-commit run --all-files --show-diff-on-failure exit_code: 1 [WARNING] hook id `remove-tabs` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this. [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo. [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... trim trailing whitespace.................................................Failed - hook id: trailing-whitespace - exit code: 1 - files were modified by this hook Fixing docs/getting-started-guide/installing_opendaylight.rst Tabs remover.............................................................Passed pre-commit hook(s) made changes. If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. To run `pre-commit` as part of git workflow, use `pre-commit install`. All changes made by hooks: diff --git a/docs/getting-started-guide/installing_opendaylight.rst b/docs/getting-started-guide/installing_opendaylight.rst index 0dd8e7989..75a140856 100644 --- a/docs/getting-started-guide/installing_opendaylight.rst +++ b/docs/getting-started-guide/installing_opendaylight.rst @@ -44,16 +44,16 @@ For Example:: karaf-0.22.0.zip $ unzip karaf-0.22.0.zip Archive: karaf-0.22.0.zip - inflating: karaf-0.22.0/README.md + inflating: karaf-0.22.0/README.md creating: karaf-0.22.0/deploy/ - inflating: karaf-0.22.0/deploy/README + inflating: karaf-0.22.0/deploy/README creating: karaf-0.22.0/configuration/ - inflating: karaf-0.22.0/configuration/context.xml - inflating: karaf-0.22.0/configuration/tomcat-logging.properties - inflating: karaf-0.22.0/configuration/tomcat-server.xml - ..... + inflating: karaf-0.22.0/configuration/context.xml + inflating: karaf-0.22.0/configuration/tomcat-logging.properties + inflating: karaf-0.22.0/configuration/tomcat-server.xml + ..... creating: karaf-0.22.0/system/tech/pantheon/triemap/pt-triemap/1.3.2/ - inflating: karaf-0.22.0/system/tech/pantheon/triemap/pt-triemap/1.3.2/pt-triemap-1.3.2-features.xml + inflating: karaf-0.22.0/system/tech/pantheon/triemap/pt-triemap/1.3.2/pt-triemap-1.3.2-features.xml inflating: karaf-0.22.0/CONTRIBUTING.md $cd karaf-0.22.0 $ ./bin/karaf @@ -61,19 +61,19 @@ For Example:: Apache Karaf starting up. Press Enter to open the shell now... 100% [========================================================================] Karaf started in 0s. Bundle stats: 69 active, 70 total - - ________ ________ .__ .__ .__ __ - \_____ \ ______ ____ ____ \______ \ _____ ___.__.| | |__| ____ | |___/ |_ - / | \\____ \_/ __ \ / \ | | \\__ \< | || | | |/ ___\| | \ __\ - / | \ |_> > ___/| | \| ` \/ __ \\___ || |_| / /_/ > Y \ | - \_______ / __/ \___ >___| /_______ (____ / ____||____/__\___ /|___| /__| - \/|__| \/ \/ \/ \/\/ /_____/ \/ - + + ________ ________ .__ .__ .__ __ + \_____ \ ______ ____ ____ \______ \ _____ ___.__.| | |__| ____ | |___/ |_ + / | \\____ \_/ __ \ / \ | | \\__ \< | || | | |/ ___\| | \ __\ + / | \ |_> > ___/| | \| ` \/ __ \\___ || |_| / /_/ > Y \ | + \_______ / __/ \___ >___| /_______ (____ / ____||____/__\___ /|___| /__| + \/|__| \/ \/ \/ \/\/ /_____/ \/ + Hit '' for a list of available commands and '[cmd] --help' for help on a specific command. Hit '' or type 'system:shutdown' or 'logout' to shutdown OpenDaylight. - + * Press ``tab`` for a list of available commands * Typing ``[cmd] --help`` will show help for a specific command. * Press ``ctrl-d`` or type ``system:shutdown`` or ``logout`` to shutdown OpenDaylight.